home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
updates
/
update26.zoo
/
include
/
utime.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-07
|
138 b
|
10 lines
#ifndef _U_TIME_H
#define _U_TIME_H
struct utimbuf { /* type for times() call */
time_t actime;
time_t modtime;
};
#endif _U_TIME_H